home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / DVIM72-Mac 1.9.6 / source / 1. to do.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-14  |  671 b   |  36 lines  |  [TEXT/R*ch]

  1. #if justacomment
  2.  
  3.   To Do:
  4.   -----
  5.  
  6. update preview when drawing offscreen?
  7.  
  8. Support required AppleEvents.
  9.  
  10. -------------------------------
  11.  
  12. Printing:
  13. ---------
  14.  
  15.  
  16. Handle_print ->    | Open_printer ->    PrOpenDoc
  17.                 | dvifile ->    | dviinit
  18.                                 | prtpage ->    | PrOpenPage
  19.                                                 | format page offscreen 
  20.                                                 | PrClosePage
  21.                                 | dviterm
  22.                                 | Close_printer ->    | PrCloseDoc
  23.                                                     | PrPicFile
  24.  
  25.  
  26.  
  27. Use Mac screen fonts for PostScript fonts.
  28.  
  29.  
  30. Font selection not tied to magsteps.
  31.  
  32. Why doesn’t magnification 5180 work?  What‘s this mag 3096 stuff, some
  33. absolute limit on magnification?  3096 = 720 * 1.2^8.
  34.  
  35. Store all message strings in resources.
  36. #endif